InsurancePlan API - Implementation Template (DaVinci PDEX Plan Net)
Field mapping
HealthcareAccelerator____InsurancePlan____c
See src/main/resources/dw/FHIRTools.dwl for a mapping example.
| FHIR Field | Field | Notes |
|---|---|---|
| id | Id | A lookup in Health Cloud is done to verify this exists. |
| identifier.value | SourceSystemId____c | Split this value on '/' and take the part to the right. |
| status | Status____c | |
| type | Type____c | |
| name | Name | |
| alias | Alias____c | |
| period.start | PeriodStart____c | |
| period.end | PeriodEnd____c | |
| ownedBy | OwnedBy____c | |
| administeredBy | AdministeredBy____c | |
| network | Network____c | |
| coverageArea | CoverageArea____c | |
| contact.purpose | ContactPurpose____c | |
| contact.name | ContactName____c | |
| contact.telecom.system | ContactTelecomSystem____c | |
| contact.telecom.use | ContactTelecomUse____c | |
| contact.telecom.value | ContactTelecomValue____c | |
| contact.address.type | ContactAddressType____c | |
| contact.address.text | ContactAddressText____c | |
| contact.address.line | ContactAddressLine____c | |
| contact.address.city | ContactAddressCity____c | |
| contact.address.district | ContactAddressDistrict____c | |
| contact.address.state | ContactAddressState____c | |
| contact.address.postalCode | ContactAddressPostalCode____c | |
| contact.address.country | ContactAddressCountry____c | |
| coverage.type | CoverageType____c | |
| coverage.network | CoverageNetwork____c | |
| coverage.benefit.type | CoverageBenefitType____c | |
| coverage.benefit.requirement | CoverageBenefitRequirement____c | |
| coverage.benefit.limit.value.value | CoverageBenefitLimitValueValue____c | |
| coverage.benefit.limit.value.unit | CoverageBenefitLimitValueUnit____c | |
| coverage.benefit.limit.value.code | CoverageBenefitLimitValueCode____c | |
| coverage.benefit.limit.code | CoverageBenefitLimitCode____c | |
| plan.identifier.value | PlanIdenifier____c | |
| plan.type | PlanType____c | |
| plan.coverageArea | PlanCoverageArea____c | |
| plan.network | PlanNetwork____c |